Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

SetAddInCustomData<T>(String,String,T) Method






Type of custom data.
Name of the addin.
Name of the custom data.
The custom data to add to the configuration.
Adds custom data to the specified addin configuration.
Syntax
public void SetAddInCustomData<T>( 
   string addinName,
   string customDataName,
   T data
)
'Declaration
 
Public Overloads Sub SetAddInCustomData(Of T)( _
   ByVal addinName As String, _
   ByVal customDataName As String, _
   ByVal data As T _
) 
'Usage
 
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim data As T
 
instance.SetAddInCustomData(Of T)(addinName, customDataName, data)

            

            
public:
void SetAddInCustomDatageneric<typename T>
( 
   String^ addinName,
   String^ customDataName,
   T^ data
) 

Parameters

addinName
Name of the addin.
customDataName
Name of the custom data.
data
The custom data to add to the configuration.

Type Parameters

T
Type of custom data.
Remarks
If the specified custom data does not exist is added the configuration.
Requirements

Target Platforms

See Also

Reference

AdvancedSettings Class
AdvancedSettings Members
Overload List

Error processing SSI file
Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features